var runtime.itabTable
7 uses
runtime (current package)
iface.go#L18: itabTable = &itabTableInit // pointer to current table
iface.go#L54: t := (*itabTableType)(atomic.Loadp(unsafe.Pointer(&itabTable)))
iface.go#L61: if m = itabTable.find(inter, typ); m != nil {
iface.go#L131: t := itabTable
iface.go#L149: atomicstorep(unsafe.Pointer(&itabTable), unsafe.Pointer(t2))
iface.go#L151: t = itabTable
iface.go#L484: t := itabTable
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |